public void Create( Connection[] connections )
public: void Create( array<Connection^>^ connections )
Parameters
- connections
public void Create( Connection[] connections )
public: void Create( array<Connection^>^ connections )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when connections is null , emty. |
InvalidArgumentException | Thrown when some connection is not valid. |
InvalidArgumentException | Thrown when the connections can not be merged. |
ObjectAlreadyCreatedException | Thrown when the merged connection has already been created. |